home *** CD-ROM | disk | FTP | other *** search
/ Motor Sport Digital Archive Collection 1960s / Motor Sport Digital Archive Collection 1960s.iso / main.swf / scripts / styles_properties.as < prev    next >
Encoding:
Text File  |  2008-05-21  |  449 b   |  22 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class styles_properties extends ResourceBundle
  6.    {
  7.       public function styles_properties()
  8.       {
  9.          super();
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          var _loc1_:Object = null;
  15.          _loc1_ = {};
  16.          _loc1_["unableToLoad"] = "Unable to load style({0}): {1}.";
  17.          return _loc1_;
  18.       }
  19.    }
  20. }
  21.  
  22.